home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / mail / sendmail / UCB / sendmail.8.6.7.patch.Z / sendmail.8.6.7.patch
Encoding:
Text File  |  1994-03-13  |  2.9 KB  |  117 lines

  1. *** KNOWNBUGS.OLD    Sun Mar 13 10:10:15 1994
  2. --- KNOWNBUGS    Mon Mar 14 09:44:54 1994
  3. ***************
  4. *** 1,7 ****
  5.   
  6.   
  7.            K N O W N   B U G S   I N   S E N D M A I L
  8. !                  (for 8.6.6)
  9.   
  10.   
  11.   The following are bugs or deficiencies in sendmail that I am aware of
  12. --- 1,7 ----
  13.   
  14.   
  15.            K N O W N   B U G S   I N   S E N D M A I L
  16. !                  (for 8.6.7)
  17.   
  18.   
  19.   The following are bugs or deficiencies in sendmail that I am aware of
  20. ***************
  21. *** 128,131 ****
  22.     file descriptors per list).  This is particularly egregious if
  23.     you have your connection cache set to be large.
  24.   
  25. ! (Version 8.17, last updated 3/13/94)
  26. --- 128,131 ----
  27.     file descriptors per list).  This is particularly egregious if
  28.     you have your connection cache set to be large.
  29.   
  30. ! (Version 8.18, last updated 3/14/94)
  31. *** RELEASE_NOTES.OLD    Mon Mar 14 08:46:15 1994
  32. --- RELEASE_NOTES    Mon Mar 14 09:42:20 1994
  33. ***************
  34. *** 1,9 ****
  35.               SENDMAIL RELEASE NOTES
  36. !          @(#)RELEASE_NOTES    8.6.6.1 (Berkeley) 3/13/94
  37.   
  38.   This listing shows the version of the sendmail binary, the version
  39.   of the sendmail configuration files, the date of release, and a
  40.   summary of the changes in that release.
  41.   
  42.   8.6.6/8.6.6    94/03/13
  43.       SECURITY: the ability to give files away on System V-based
  44. --- 1,15 ----
  45.               SENDMAIL RELEASE NOTES
  46. !          @(#)RELEASE_NOTES    8.6.7.1 (Berkeley) 3/14/94
  47.   
  48.   This listing shows the version of the sendmail binary, the version
  49.   of the sendmail configuration files, the date of release, and a
  50.   summary of the changes in that release.
  51. + 8.6.7/8.6.6    94/03/14
  52. +     SECURITY: it was possible to get root access by using wierd
  53. +         values to the -d flag.  Thanks to Alain Durand of
  54. +         INRIA for forwarding me the notice from the bugtraq
  55. +         list.
  56.   
  57.   8.6.6/8.6.6    94/03/13
  58.       SECURITY: the ability to give files away on System V-based
  59. *** src/trace.c.OLD    Mon Jun  7 10:32:30 1993
  60. --- src/trace.c    Mon Mar 14 09:41:07 1994
  61. ***************
  62. *** 33,39 ****
  63.    */
  64.   
  65.   #ifndef lint
  66. ! static char sccsid[] = "@(#)trace.c    8.1 (Berkeley) 6/7/93";
  67.   #endif /* not lint */
  68.   
  69.   # include "sendmail.h"
  70. --- 33,39 ----
  71.    */
  72.   
  73.   #ifndef lint
  74. ! static char sccsid[] = "@(#)trace.c    8.2 (Berkeley) 3/14/94";
  75.   #endif /* not lint */
  76.   
  77.   # include "sendmail.h"
  78. ***************
  79. *** 82,89 ****
  80.   tTflag(s)
  81.       register char *s;
  82.   {
  83. !     int first, last;
  84. !     register int i;
  85.   
  86.       if (*s == '\0')
  87.           s = DefFlags;
  88. --- 82,89 ----
  89.   tTflag(s)
  90.       register char *s;
  91.   {
  92. !     unsigned int first, last;
  93. !     register unsigned int i;
  94.   
  95.       if (*s == '\0')
  96.           s = DefFlags;
  97. *** src/version.c.OLD    Sun Mar 13 09:39:08 1994
  98. --- src/version.c    Mon Mar 14 09:41:08 1994
  99. ***************
  100. *** 33,39 ****
  101.    */
  102.   
  103.   #ifndef lint
  104. ! static char sccsid[] = "@(#)version.c    8.6.6.1 (Berkeley) 3/13/94";
  105.   #endif /* not lint */
  106.   
  107. ! char    Version[] = "8.6.6";
  108. --- 33,39 ----
  109.    */
  110.   
  111.   #ifndef lint
  112. ! static char sccsid[] = "@(#)version.c    8.6.7.1 (Berkeley) 3/14/94";
  113.   #endif /* not lint */
  114.   
  115. ! char    Version[] = "8.6.7";
  116.